     This file documents the little commands that make working with the
ScriptBuilder portion of ScriptEdit more useful. A few of them were added so
it would be less of a pain for me to debug, but they all are still quite useful.

- If you hold down the Option key while selecting 'Other...' from the "Add
  Resource" menu, a new script will be created for editing. I use this so I
  don't have to slog through the Other dialog just to create a new script.

- When editing a script, the current field (indicated by the selection marquee)
  can be deleted by pressing the delete key.

- The current field can be positioned via the keyboard arrow keys. The left and
  right arrows move 2 pixels horizontally, and the up down arrows move 1 pixel
  on the vertical axis.

- You can clone a field by using a feature called Lightning Copy. Simply hold
  down the Control key while clicking and dragging a field. An exact duplicate
  will be created, while the original will be left unchanged, remaining as the
  current field.

- Holding down the Command and Option keys simultaneously performs the Show
  Field Order command. This walks the current script, showing the order that the
  fields will be used to parse the resource during resource editing. Eventually,
  there will be a mechanism to reorder the fields, in case you forgot something,
  or added the fields incorrectly. Note that fields like Label will not show a
  field number, since they are only used for display purposes.
